home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today (Latin America) Volume 1 #6
/
CD-ROM Today 6 Latam.iso
/
referenc
/
picasso
/
data
/
dico.dxr
/
00014.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-12-03
|
280 b
|
20 lines
on exitFrame
global g_exit, g_next_movie
cursor(4)
unLoad()
unloadMember()
if g_exit = 1 then
OwnPlay(g_next_movie)
exit
end if
if g_exit = 0 then
set g_exit to -1
OwnPlayDone()
exit
end if
if g_exit = -1 then
go(1)
exit
end if
end